*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	text-align: center;
	align-items: center;;
}

:root {
    font-size: 16px;
}

body {
	background: #002060;
	width: 100dvw;
	height: auto;
}

#fundo {
	position: relative;
	background: #57b734;
	width: 100%;
	min-width: 90%;
	height: 760px;
	min-height: 760;
	text-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

img {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#jogo {
	--background: #D5F5CF;
	align-content: center;
	align-items: center;
	justify-items: top;
	margin: 0 auto;
	width: 100%;
	height: 760px;
	--display: flex;
	display: contents;
	--overflow-y: visible;
	position: absolute;
}

#sub_corpo {
	--background-color: #57b734;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
	display: block;
}

#hank {
	display: grid;
	background: #0f0f0fb6;
	border: 2px solid;
	border-color: rgb(6, 2, 51);
	width: 80%;
	height: auto;
	position: absolute;
	margin: 0 auto;
	margin-top: -300px;
	margin-left: 10%;
	padding: 0;
	--z-index: 10;
}

#regra {
	background: #0f0f0fb6;
	border: 2px solid;
	border-color: rgb(6, 2, 51);
	width: 80%;
	height: 80%;
	position: absolute;
	margin: 0 auto;
	margin-left: 10%;
	padding: 0;
	z-index: 10;
	display: list-item;
}

#conf{
	background-color: rgba(4, 4, 4, 0.671);
	width: 80%;
	height: auto;
	position: absolute;
	margin: 0 auto;
	margin-left: 10%;
	padding: 2%;
	display: grid;
}

#logo {
	background: #0b4e7a;
	width: 40%;
	height: 10%;
	margin: 2% auto;
	padding: 1% 5%;
	border-radius: 30px;
	text-align: center;
	align-items: center;
}

#titulo {
	background: #192729;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	text-align: center;
	align-items: center;
	font-size: 300%;
	color: #93e3ed;
}

#info {
	--background-color: brown;
	display: flex;
	color: #b3febb;
	justify-content: space-around;
	width: 100%;
	height: 15%;
	font-size: 30px;
	padding: 0;
	margin: 0 auto;
}

#vale {
	width: 15%;
	height: 90%;
	border-radius: 50% 0 0 50%;
	margin: 0 auto;
	padding: 1%;
	border-left: #1F6F20  15px solid;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgba(2, 0, 36, 0.497) 65%, rgba(2, 0, 36, 0) 100%);
}

#pontuacao {
	width: 15%;
	height: 90%;
	border-radius: 0 50% 50% 0;
	margin: 0 auto;
	padding: 1%;
	border-right: #1F6F20  15px solid;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 0.497) 35%, rgb(2, 0, 36) 100%);
}

#info p {
	height: 35px;
	width: 80%;
	font-family: Gill Sans, sans-serif;
	margin: 0 auto;
}

#divTimer {
	background: #000;
	color: #fff;
	width: 20%;
	height: 90%;
	border: 10px;
	border-style: solid;
	border-color: #1F6F20;
	border-radius: 50px;
	margin: 0;
}

#time {
	font-size: 125%;
}

.valorp {
	background: #264C00;
	color: #D5F5CF;
	margin: 0 auto;
	font-size: 30px;
	border-radius: 15px;
}

#textos {
	width: 100%;
	height: 75px;
}

#saida {
	text-align: center;
	--align-item: center;
	background: #fff;
	width: 60%;
	height: 100%;
	font-size: 60px;
	border-radius: 10px;
	margin: 2% auto;
}

#placar {
	background: #8abccf;
	padding: 1%;
	border: 20%;
	border-style: solid;
	border-radius: 30px;
	width: 70%;
	height: 10%;
	display: flex;
	justify-content: space-around;
	margin: 1% auto;
}

.pontos{
	text-align: center;
	--align-item: center;
	background: #0225d4;
	font-size: 280%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	margin: 1%;
	font-family: Gill Sans, sans-serif;
}

#botoes {
	--background-color: red;
	height: 5%;
	align-items: center;
	margin: 0 auto;
	padding: 0 ;
}

button {
	--border-size: 100px;
	border-color: #000;
	width: 200px;
	height: auto;
	font-size: 30px;
	text-align: center;
	align-items: center;
	border-radius: 30px;
	font-family: Gill Sans, sans-serif;
	margin: 0 auto;
	padding: 1%;
}

#botaopers{
	background: rgb(237, 237, 237);
	width: 15%;
	height: auto;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
}

#botaopers img{
	width: 15%;
	height: auto;
	position: relative;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#botsubcor{
	width: 100%;
	height: auto;
	color: #000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	align-items: center;
	display: inline-block;
}

#acerto{
	background: #5bc44d;
	color: #000;
	display: none;
}

#erro{
	background: #FF9999;
	color: #000;
	display: none;
}

#play{
	background: #1b3d70;
	color: #9cb4d9;
	display: content;
}

#prox{
	display: none;
	background: #184a35;
	color: #92d4b8;
}

#botoes img{
	--background-color: red;
	position: relative;
	margin: 0 auto;
	width: 15%;
	height: auto;
}

.moveTime {
	animation: move_time 1s 1 alternate;
	z-index: 1;
}

@keyframes move_time {
	0% {
		transform: translateX(0%);

		}
	100% {
		transform: scale(0.5) translate(250%, 50%);
	}
}

#rodp{
	width: auto;
	height: auto;
	padding: .5%;
	color: white;
}